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