ralscha / sse-eventbus

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

missing ImmutableSseEvent class #5

Closed americanstone closed 6 years ago

americanstone commented 6 years ago

SseEvent and IntegrationTest are missing ImmutableSseEvent, so the project is not able to compile

ralscha commented 6 years ago

ImmutableSseEvent is generated by the Immutables library. You find the class in the directory target\generated-sources\annotations\ch\rasc\sse\eventbus after a compile

   ./mvn compile
americanstone commented 6 years ago

ok, thanks.