EventChannel.DefinitionStages.WithFilter Interface

public static interface EventChannel.DefinitionStages.WithFilter

The stage of the eventchannel definition allowing to specify Filter.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withFilter(EventChannelFilter filter)

Specifies filter.

Method Details

withFilter

public abstract EventChannel.DefinitionStages.WithCreate withFilter(EventChannelFilter filter)

Specifies filter.

Parameters:

filter - Information about the filter for the event channel

Returns:

the next definition stage

Applies to