public class EnableRetryTests extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
EnableRetryTests.ExcludesService |
protected static class |
EnableRetryTests.MultiService |
protected static class |
EnableRetryTests.RecoverableService |
protected static class |
EnableRetryTests.RetryableService |
protected static class |
EnableRetryTests.Service |
protected static class |
EnableRetryTests.StatefulService |
protected static class |
EnableRetryTests.TestConfiguration |
protected static class |
EnableRetryTests.TestProxyConfiguration |
Constructor and Description |
---|
EnableRetryTests() |
Modifier and Type | Method and Description |
---|---|
void |
excludes() |
void |
marker() |
void |
multipleMethods() |
void |
proxyTargetClass() |
void |
recovery() |
void |
stateful() |
void |
testExternalInterceptor() |
void |
type() |
void |
vanilla() |
public void vanilla()
public void multipleMethods()
public void proxyTargetClass()
public void marker()
public void recovery()
public void type()
public void excludes()
public void stateful()
public void testExternalInterceptor()
Copyright © 2014 SpringSource. All rights reserved.