Put entry processor.

An implementation of an EntryProcessor that does nothing and returns true as a result of execution.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

@class: string
INSTANCE: NullProcessor = ...

Singleton NullProcessor instance.

Methods

  • Returns a ConditionalProcessor comprised of this processor and the provided filter.

    The specified entry processor gets invoked if and only if the filter applied to the entry evaluates to true; otherwise the result of the invocation will return null.

    Parameters

    Returns EntryProcessor<any, any, any>