Metaspace.Subscriber.createListenerDef()

Signature

Object createListenerDef (String timeScope, String distributionScope)

Domain

ACTION

Description

Creates a listener definition

Parameters

NameTypeDescription
timeScopeStringThe timed scope of the space entries, valid values are ALL, NEW, NEW_EVENTS, SNAPSHOT
see AS documentation for details.
distributionScopeStringThe distribution scope of the space entries, valid values are ALL, SEEDED
see AS documentation for details.

Returns

TypeDescription
ObjectListenerDef object

Cautions

none