abstract
class
HelpCmd extends Actor
Instance Constructors
-
new
HelpCmd()
Type Members
-
Abstract Value Members
-
abstract
def
createReplyAll(message: Message, page: Int)(implicit c: MemoryCacheSnapshot): CreateMessageData
-
abstract
def
createSearchReply(message: Message, query: String, matches: Seq[CommandRegistration])(implicit c: MemoryCacheSnapshot): CreateMessageData
-
abstract
def
sendAck(sender: ActorRef): Unit
-
abstract
def
sendMessageAndAck(sender: ActorRef, request: Request[RawMessage, NotUsed]): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
aroundPostRestart(reason: Throwable): Unit
-
def
aroundPostStop(): Unit
-
def
aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
-
def
aroundPreStart(): Unit
-
def
aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
postRestart(reason: Throwable): Unit
-
def
postStop(): Unit
-
def
preRestart(reason: Throwable, message: Option[Any]): Unit
-
def
preStart(): Unit
-
-
implicit final
val
self: ActorRef
-
final
def
sender(): ActorRef
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unhandled(message: Any): Unit
-
def
unknownCmd(command: String): Option[CreateMessageData]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
A base for help commands. Commands need to be registered manually using HelpCmd.AddCmd.
Can only be used with the cache in Core.