Package-level declarations

Types

Link copied to clipboard
open class BrownieApplicationEvent : EquinoxApplicationEvent<T>
The BrownieApplicationEvent is the class used to share the information of an event emitted by the BrownieEventsEmitter allowing the dedicated BrownieEventsCollector to retrieve and use that information
Link copied to clipboard
Available types of the events shareable between services of the backend
Link copied to clipboard
interface BrownieEventsCollector : EquinoxEventsCollector<T, E>
The BrownieEventsCollector is the interface that allows to collect all the events emitted by the BrownieEventsEmitter and to handle each specific event
Link copied to clipboard
@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