Package io.vertx.rxjava3.ext.stomp
Class DestinationFactory
java.lang.Object
io.vertx.rxjava3.ext.stomp.DestinationFactory
- All Implemented Interfaces:
RxDelegate
Interface implemented to customize the destination creation.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
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
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
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
-