Uses of Interface
me.ehp246.aufjms.api.jms.AtDestination
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.dispatch | |
| me.ehp246.aufjms.api.endpoint | |
| me.ehp246.aufjms.core.endpoint | |
| me.ehp246.aufjms.core.jms |
-
Uses of AtDestination in me.ehp246.aufjms.api.dispatch
Methods in me.ehp246.aufjms.api.dispatch that return AtDestination Modifier and Type Method Description AtDestinationJmsDispatch. at()AtDestinationDispatchConfig. destination()AtDestinationDispatchConfig. replyTo()default AtDestinationJmsDispatch. replyTo() -
Uses of AtDestination in me.ehp246.aufjms.api.endpoint
Methods in me.ehp246.aufjms.api.endpoint that return AtDestination Modifier and Type Method Description AtDestinationInboundEndpoint. at() -
Uses of AtDestination in me.ehp246.aufjms.core.endpoint
Methods in me.ehp246.aufjms.core.endpoint with parameters of type AtDestination Modifier and Type Method Description InboundEndpointInboundEndpointFactory. newInstance(AtDestination at, java.util.Set<java.lang.String> scanPackages, java.lang.String concurrency, java.lang.String name) -
Uses of AtDestination in me.ehp246.aufjms.core.jms
Classes in me.ehp246.aufjms.core.jms that implement AtDestination Modifier and Type Class Description classAtDestinationRecordclassAtQueueRecordclassAtTopicRecordConstructors in me.ehp246.aufjms.core.jms with parameters of type AtDestination Constructor Description AtDestinationRecord(AtDestination at)