public interface EruptJobHandler
default void
error(Throwable throwable, String param)
String
exec(String code, String param)
success(String result, String param)
String exec(String code, String param) throws Exception
param
Exception
default void success(String result, String param)
result
default void error(Throwable throwable, String param)
throwable
Copyright © 2020. All rights reserved.