- session() - Method in interface mdk.MDK
-
Creates a new Session.
- session() - Method in class mdk.MDKImpl
-
- Session - Interface in mdk
-
A session provides a lightweight sequential context that a
microservice can use in the context of any application
framework in order to manage its interactions with other
microservices.
- SessionImpl - Class in mdk
-
- SessionImpl(MDKImpl, String, OperationalEnvironment) - Constructor for class mdk.SessionImpl
-
- setDeadline(Double) - Method in interface mdk.Session
-
Set how many seconds the session is expected to live from this point.
- setDeadline(Double) - Method in class mdk.SessionImpl
-
- setDefaultDeadline(Double) - Method in interface mdk.MDK
-
Set the default timeout for MDK sessions.
- setDefaultDeadline(Double) - Method in class mdk.MDKImpl
-
- setDefaultTimeout(Double) - Method in interface mdk.MDK
-
DEPRECATED, use setDefaultDeadline().
- setDefaultTimeout(Double) - Method in class mdk.MDKImpl
-
- setProperty(String, Object) - Method in interface mdk.Session
-
Set a property on the distributed session.
- setProperty(String, Object) - Method in class mdk.SessionImpl
-
- setTimeout(Double) - Method in interface mdk.Session
-
DEPRECATED, use setDeadline().
- setTimeout(Double) - Method in class mdk.SessionImpl
-
- start() - Static method in class mdk.Functions
-
Create a started instance of the MDK.
- start() - Method in interface mdk.MDK
-
Start the MDK.
- start() - Method in class mdk.MDKImpl
-
- start_interaction() - Method in interface mdk.Session
-
Start an interaction with a remote service.
- start_interaction() - Method in class mdk.SessionImpl
-
- stop() - Method in interface mdk.MDK
-
Stop the MDK.
- stop() - Method in class mdk.MDKImpl
-