Implement the core library that provides an Application struct (or trait) that executable applications can use to run HTTP/WebSocket servers and Message Polling Apps (from queues or message brokers).
This should also provide traits for MessageConsumer and MessageHandler to be used by crates that provide vendor-specific implementations of message consumers.
Implement the core library that provides an
Application
struct (or trait) that executable applications can use to run HTTP/WebSocket servers and Message Polling Apps (from queues or message brokers). This should also provide traits forMessageConsumer
andMessageHandler
to be used by crates that provide vendor-specific implementations of message consumers.