ralscha / sse-eventbus

EventBus library for sending events from a Spring appliction to the web browser with SSE
Apache License 2.0
83 stars 28 forks source link

DefaultSseEventBusConfiguration has private members #6

Closed smithtonson closed 6 years ago

smithtonson commented 6 years ago

All the members of DefaultSseEventBusConfiguration are private instead of protected so configuration can't be subclassed cleanly.