Package io.vertx.rxjava3.ext.stomp
Class DestinationFactory
- java.lang.Object
-
- io.vertx.rxjava3.ext.stomp.DestinationFactory
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<DestinationFactory>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description DestinationFactory(DestinationFactory delegate)
DestinationFactory(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Destination
create(Vertx vertx, String name)
Creates a destination for the given address.boolean
equals(Object o)
DestinationFactory
getDelegate()
int
hashCode()
static DestinationFactory
newInstance(DestinationFactory arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<DestinationFactory> __TYPE_ARG
-
-
Constructor Detail
-
DestinationFactory
public DestinationFactory(DestinationFactory delegate)
-
DestinationFactory
public DestinationFactory(Object delegate)
-
-
Method Detail
-
getDelegate
public DestinationFactory getDelegate()
-
create
public Destination create(Vertx vertx, String name)
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,
null
to reject the creation.
-
newInstance
public static DestinationFactory newInstance(DestinationFactory arg)
-
-