Skip to content

EndpointProto

faststream.broker.proto.EndpointProto #

Bases: SetupAble, Hashable, Protocol

setup abstractmethod #

setup()
Source code in faststream/broker/proto.py
@abstractmethod
def setup(self) -> None: ...

add_prefix abstractmethod #

add_prefix(prefix)
Source code in faststream/broker/proto.py
@abstractmethod
def add_prefix(self, prefix: str) -> None: ...