Class DestinationFactory
java.lang.Object
io.vertx.rxjava3.ext.stomp.DestinationFactory
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDestinationFactory(DestinationFactory delegate) DestinationFactory(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionCreates a destination for the given address.booleaninthashCode()static DestinationFactorytoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
DestinationFactory
-
DestinationFactory
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
Creates a destination for the given address.- Parameters:
vertx- the vert.x instance used by the STOMP server.name- the destination name.- Returns:
- the destination,
nullto reject the creation.
-
newInstance
-