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
operation myOperation(int a, String b) extends MyBaseOperation
This can be useful if your operation always performs network requests so you can set up any required dependencies for network requests is a base operation, such as mechnet service clients
The text was updated successfully, but these errors were encountered:
Ability to extend a base operation ie:-
This can be useful if your operation always performs network requests so you can set up any required dependencies for network requests is a base operation, such as mechnet service clients
The text was updated successfully, but these errors were encountered: