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 TypeMethodDescriptionbooleanio.vertx.ext.stomp.DestinationFactoryinthashCode()static DestinationFactorynewInstance(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:
 getDelegatein 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, 
nullto reject the creation. 
 - 
newInstance
 
 -