InformerCreateArgs

public class InformerCreateArgs extends ParticipantCreateArgs<InformerCreateArgs>

ParticipantCreateArgs for Informer instances. The default data type is assumed to be Object.

Author

jwienke, jmoringe

Methods

getType

public Class<?> getType()

Returns the type of data to be sent by the new informer.

Returns

class of data to send

setType

public InformerCreateArgs setType(Class<?> type)

Sets the type of data to be sent by the new informer.

Parameters

type – class of data to send, not null

Returns

this instance for method chaining