Package me.ehp246.aufjms.core.dispatch
Class ReplyEndpointConfiguration
java.lang.Object
me.ehp246.aufjms.core.dispatch.ReplyEndpointConfiguration
public class ReplyEndpointConfiguration
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ReplyEndpointConfiguration(ReplyToNameSupplier replyTo, FromJson fromBody, long timeout, long ttl) -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,Executable>getCorrelMap()FromJsongetFromBody()AtEndpointgetReplyEndpoint()java.lang.StringgetReplyToName()longgetTimeout()longgetTtl()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReplyEndpointConfiguration
public ReplyEndpointConfiguration(ReplyToNameSupplier replyTo, FromJson fromBody, @Value("${me.ehp246.aufjms.timeout:30000}") long timeout, @Value("${me.ehp246.aufjms.ttl:0}") long ttl)
-
-
Method Details
-
getCorrelMap
-
getReplyEndpoint
-
getTimeout
public long getTimeout() -
getTtl
public long getTtl() -
getReplyToName
public java.lang.String getReplyToName() -
getFromBody
-