Skip to content

Commit 8892e41

Browse files
committed
Rename MessageHandler method to OnMessage for consistency with existing method naming conventions
1 parent 80ed41b commit 8892e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iop/cls/IOP/BusinessOperation.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Class IOP.BusinessOperation Extends (Ens.BusinessOperation, IOP.Common) [ Inheri
77

88
Parameter SETTINGS = "%classname:Python BusinessOperation,%module:Python BusinessOperation,%settings:Python BusinessOperation,%classpaths:Python BusinessOperation";
99

10-
Method MessageHandler(
10+
Method OnMessage(
1111
pRequest As %Library.Persistent,
1212
Output pResponse As %Library.Persistent) As %Status
1313
{

0 commit comments

Comments
 (0)