Akka.Persistence.Journal.AsyncWriteJournal.ReceivePluginInternal C# (CSharp) Method

ReceivePluginInternal() protected method

Allows plugin implementers to use PipeToSupport.PipeTo{T} ActorBase.Self and handle additional messages for implementing advanced features
protected ReceivePluginInternal ( object message ) : bool
message object
return bool
        protected virtual bool ReceivePluginInternal(object message)
        {
            return false;
        }