package boundary
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
BookingBoundary
extends AnyRef
Represents the booking service boundary.
-
trait
BookingBoundaryConsumer
extends AnyRef
Trait that represents a booking messages consumer.
-
trait
BookingBoundaryPublisher
extends AnyRef
A boundary message publisher used by the BookingBoundary.
-
trait
BookingBoundaryVerticle
extends ScalaVerticle with BookingBoundary
Represents a BookingBoundary which implementation will be bounded to a ScalaVerticle.
Value Members
- object BookingBoundaryConsumerVerticle
-
object
BookingBoundaryPublisherVerticle
Creates all the BookingBoundaryPublisher needed.
- object BookingBoundaryVerticle
-
object
BootBoundary
Creates a BootManager that boots the BookingBoundary