We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85a9a0 commit cecae3bCopy full SHA for cecae3b
system/web/services/InterceptorService.cfc
@@ -217,22 +217,6 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
217
}
218
219
220
- /**
221
- * @deprecated please use `announce()` instead
222
- */
223
- public any function processState(
224
- required any state,
225
- any interceptData = structNew(),
226
- boolean async = false,
227
- boolean asyncAll = false,
228
- boolean asyncAllJoin = true,
229
- string asyncPriority = "NORMAL",
230
- numeric asyncJoinTimeout = 0
231
- ){
232
- arguments.data = arguments.interceptData;
233
- return announce( argumentCollection = arguments );
234
- }
235
-
236
/**
237
* Produce a lazy buffer for performance considerations
238
*
0 commit comments