Package me.ehp246.aufjms.api.jms
Interface MsgPortDestinationSupplier
public interface MsgPortDestinationSupplier
- Author:
- Lei Yang
-
Method Summary
Modifier and Type Method Description default javax.jms.DestinationgetReplyTo()javax.jms.DestinationgetTo()
-
Method Details
-
getTo
javax.jms.Destination getTo() -
getReplyTo
default javax.jms.Destination getReplyTo()
-