package publishing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- publishing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- def httpCommand[Input, Output](name: CommandName, description: String, route: String, permissions: Seq[String] = Seq(), isInternalCommand: Boolean = false, withoutEvents: Boolean = false)(implicit arg0: Encoder[Input], arg1: Decoder[Input], arg2: Schema[Input], arg3: Encoder[Output], arg4: Decoder[Output], arg5: Schema[Output], entityType: EntityType): Command
- def kafkaCommand[Input, Output](name: CommandName, description: String, permissions: Seq[String] = Seq(), isInternalCommand: Boolean = false, withoutEvents: Boolean = false)(implicit arg0: Encoder[Input], arg1: Decoder[Input], arg2: Schema[Input], arg3: Encoder[Output], arg4: Decoder[Output], arg5: Schema[Output], entityType: EntityType): Command
- object Commands
Объект, который содержит названия команд (global constants)
- object CommandsPublisher
Сервис для публикации команд.
- object EntityType
- object ServiceRegistrar