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
Currently RequestResponseIO has two static methods of and ofCallerSetupTeardown, that accept implementations of Caller and SetupTeardown to instantiate the transform.
New static RequestResponseIO methods that instantiate its instance might look like:
What would you like to happen?
Currently RequestResponseIO has two static methods
of
andofCallerSetupTeardown
, that accept implementations ofCaller
andSetupTeardown
to instantiate the transform.New static RequestResponseIO methods that instantiate its instance might look like:
These may ease some friction for certain developers use cases that do not need entire Caller, SetupTeardown classes.
The text was updated successfully, but these errors were encountered: