Uses of Interface
org.refcodes.runtime.RequestCorrelation
-
-
Uses of RequestCorrelation in org.refcodes.runtime
Classes in org.refcodes.runtime with type parameters of type RequestCorrelation Modifier and Type Interface Description interfaceRequestCorrelation<B extends RequestCorrelation<B>>Provides methods to set Request-Correlation behavior: When enabled viasetRequestCorrelation(boolean)(or the like), then an existing Request-Correlation-ID might be forwarded by setting it into theCorrelationsingleton viaCorrelation.REQUEST'sCorrelation.setId(String).
-