New Feature: Function Dialers and Endpoints #156
fortuna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We added new adaptors that can turn a function into an Endpoint or Dialer:
FuncStreamEndpoint
,FuncPacketEndpoint
FuncStreamDialer
,FuncPacketDialer
That allows you to create Endpoints and Dialers without having to define a new type. For example, a StreamDialerEndpoint could be defined as:
Beta Was this translation helpful? Give feedback.
All reactions