Class CorrelationManager.Correlation
java.lang.Object
io.kroxylicious.proxy.internal.codec.CorrelationManager.Correlation
- Enclosing class:
CorrelationManager
A record for which responses should be decoded, together with their
API key and version.
-
Method Details
-
downstreamCorrelationId
public int downstreamCorrelationId() -
toString
-
equals
-
hashCode
public int hashCode() -
apiKey
public short apiKey() -
apiVersion
public short apiVersion() -
decodeResponse
public boolean decodeResponse() -
recipient
@Nullable public io.kroxylicious.proxy.filter.Filter recipient() -
promise
-