Uses of Interface
me.ehp246.aufjms.api.jms.At
Packages that use At
Package
Description
-
Uses of At in me.ehp246.aufjms.api.dispatch
Methods in me.ehp246.aufjms.api.dispatch that return AtModifier and TypeMethodDescriptionByJmsProxyConfig.replyTo()Returns the value of thereplyTorecord component.EnableByJmsConfig.requestReplyAt()Returns the value of therequestReplyAtrecord component.ByJmsProxyConfig.to()Returns the value of thetorecord component.Constructors in me.ehp246.aufjms.api.dispatch with parameters of type AtModifierConstructorDescriptionByJmsProxyConfig(At to) ByJmsProxyConfig(At to, Duration ttl) ByJmsProxyConfig(At to, At replyTo) ByJmsProxyConfig(At to, At replyTo, Duration ttl) ByJmsProxyConfig(At to, At replyTo, Duration requestTimeout, Duration ttl, Duration delay, String connectionFactory, List<String> properties) Creates an instance of aByJmsProxyConfigrecord class.EnableByJmsConfig(List<Class<?>> scan, Duration ttl, Duration delay, List<String> dispatchFns, At requestReplyAt) Creates an instance of aEnableByJmsConfigrecord class. -
Uses of At in me.ehp246.aufjms.api.inbound
Methods in me.ehp246.aufjms.api.inbound that return At -
Uses of At in me.ehp246.aufjms.api.jms
Subinterfaces of At in me.ehp246.aufjms.api.jmsClasses in me.ehp246.aufjms.api.jms that implement AtMethods in me.ehp246.aufjms.api.jms that return AtMethods in me.ehp246.aufjms.api.jms with parameters of type AtModifier and TypeMethodDescriptionstatic JmsDispatchJmsDispatch.toDispatch(At to, String type) Single body value.static JmsDispatchJmsDispatch.toDispatch(At to, String type, Object body) Single body value.static JmsDispatchJmsDispatch.toDispatch(At to, String type, Object body, String id) Single body value.static JmsDispatchSingle body value.