Class Session
java.lang.Object
io.vertx.mutiny.ext.shell.session.Session
- All Implemented Interfaces:
MutinyDelegate
A shell session.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Session
public Session(io.vertx.ext.shell.session.Session delegate) -
Session
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.session.Session getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
create
- Returns:
- the created session
-
put
- Parameters:
key
- the key for the dataobj
- the data- Returns:
- a reference to this, so the API can be used fluently
-
get
- Parameters:
key
- the key of the data- Returns:
- the data
-
remove
- Parameters:
key
- the key of the data- Returns:
- the data that was there or null if none there
-
newInstance
-