Akka.Persistence.Journal.AsyncWriteJournal.ReceivePluginInternal C# (CSharp) Метод

ReceivePluginInternal() защищенный Метод

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
Результат bool
        protected virtual bool ReceivePluginInternal(object message)
        {
            return false;
        }