Brownie Events Emitter

@Service
abstract class BrownieEventsEmitter : EquinoxEventsEmitter<T>

The BrownieEventsEmitter class is useful to share events between services in a strict and controlled way by leveraging the enums

Author

N7ghtm4r3 - Tecknobit

Since

1.0.1

See also

EquinoxEventsEmitter

Inheritors

Constructors

Link copied to clipboard
@Autowired
protected constructor(publisher: ApplicationEventPublisher)
Constructor to init the emitter

Properties

Link copied to clipboard
private val publisher: ApplicationEventPublisher

Functions

Link copied to clipboard
open fun emitEvent(event: EquinoxApplicationEvent<T>)