EventPublishModule

org.beangle.ems.app.event.EventPublishModule
class EventPublishModule extends BindModule, Logging

It only bind publishing channel.

Attributes

Graph
Supertypes
trait Logging
class BindModule
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override protected def binding(): Unit

binding.

binding.

Attributes

Definition Classes
BindModule

Inherited methods

final def $(s: String, defaultValue: String): PropertyPlaceHolder

Attributes

Inherited from:
BindModule
final def ?: InjectPlaceHolder.type

Attributes

Inherited from:
BindModule
final def configure(binder: Binding): Unit

Getter for the field config.

Getter for the field config.

Attributes

Inherited from:
BindModule
final def devEnabled: Boolean

Attributes

Inherited from:
BindModule
final def inject[T](clazz: Class[T]): Injection[T]

Attributes

Inherited from:
BindModule
def wiredEagerly(newvalue: Boolean): Unit

Attributes

Inherited from:
BindModule

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging