Skip to main content

serve

Function serve 

Source
pub async fn serve(
    stores: Vec<StoreEntry>,
    proxy_events: Vec<EventSenderEntry>,
    alias_map: Arc<AliasMap>,
    port: u16,
) -> Result<AggregateHandle>