File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727ObjectStorage = Annotated [_ObjectStore , Context (OBJECT_STORAGE_CONTEXT_KEY )]
2828NatsMessage = Annotated [_Message , Context ("message" )]
2929NatsBroker = Annotated [_Broker , Context ("broker" )]
30- Client = Annotated [_NatsClient , Context ("broker._connection " )]
31- JsClient = Annotated [_JetStream , Context ("broker._stream " )]
30+ Client = Annotated [_NatsClient , Context ("broker.config.connection_state.connection " )]
31+ JsClient = Annotated [_JetStream , Context ("broker.config.connection_state.stream " )]
Original file line number Diff line number Diff line change 1111
1212NatsMessage = Annotated [NM , Context ("message" )]
1313NatsBroker = Annotated [NB , Context ("broker" )]
14- Client = Annotated [NatsClient , Context ("broker._connection " )]
15- JsClient = Annotated [JetStreamContext , Context ("broker._stream " )]
14+ Client = Annotated [NatsClient , Context ("broker.config.connection_state.connection " )]
15+ JsClient = Annotated [JetStreamContext , Context ("broker.config.connection_state.stream " )]
1616
1717__all__ = (
1818 "Client" ,
You can’t perform that action at this time.
0 commit comments