GetContext

Gets the map that contains all of the context entries.

Syntax

public Map getContext() 

Parameters

  • None

Results

Returns the map that contains all of the context entries.

Example

Map context = message.getContext();