Package io.vertx.mutiny.ext.stomp
Class DestinationFactory
java.lang.Object
io.vertx.mutiny.ext.stomp.DestinationFactory
- All Implemented Interfaces:
MutinyDelegate
Interface implemented to customize the destination creation.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDestinationFactory
(io.vertx.ext.stomp.DestinationFactory delegate) DestinationFactory
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.ext.stomp.DestinationFactory
int
hashCode()
static DestinationFactory
newInstance
(io.vertx.ext.stomp.DestinationFactory arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
DestinationFactory
public DestinationFactory(io.vertx.ext.stomp.DestinationFactory delegate) -
DestinationFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.stomp.DestinationFactory getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
create
- Parameters:
vertx
- the vert.x instance used by the STOMP server.name
- the destination name.- Returns:
- the destination,
null
to reject the creation.
-
newInstance
-