Uses of Class
me.ehp246.aufjms.api.jms.DestinationType
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.jms | |
| me.ehp246.aufjms.core.jms |
-
Uses of DestinationType in me.ehp246.aufjms.api.jms
Methods in me.ehp246.aufjms.api.jms that return DestinationType Modifier and Type Method Description default DestinationTypeAtDestination. type()static DestinationTypeDestinationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DestinationType[]DestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DestinationType in me.ehp246.aufjms.core.jms
Methods in me.ehp246.aufjms.core.jms that return DestinationType Modifier and Type Method Description DestinationTypeAtDestinationRecord. type()Constructors in me.ehp246.aufjms.core.jms with parameters of type DestinationType Constructor Description AtDestinationRecord(java.lang.String name, DestinationType type)