Akka.Persistence.Journal.AsyncWriteJournal.ReceivePluginInternal C# (CSharp) Méthode

ReceivePluginInternal() protected méthode

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
Résultat bool
        protected virtual bool ReceivePluginInternal(object message)
        {
            return false;
        }