You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spec enforces all services to implement handler interfaces.
Handler may be implemented by a dependency of the service rather than the service itself. this allows separation of concerns. current implementation of code generation in Membuff - it imposes a design decision - it confounds inter node and intra node communication (forces them to have the same mechanism)
for instance, PublicApi implements TransactionResultsHandler and currently just delegates the call to a synchronization subsystem.
The text was updated successfully, but these errors were encountered:
Spec enforces all services to implement handler interfaces.
Handler may be implemented by a dependency of the service rather than the service itself. this allows separation of concerns. current implementation of code generation in Membuff - it imposes a design decision - it confounds inter node and intra node communication (forces them to have the same mechanism)
for instance, PublicApi implements TransactionResultsHandler and currently just delegates the call to a synchronization subsystem.
The text was updated successfully, but these errors were encountered: